Remove redundant not-NULL checks from GtkScrolledWindow
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 26 Mar 2013 16:45:47 +0000 (12:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 May 2014 03:04:42 +0000 (23:04 -0400)
commita61a11a4ea2fca0ce325be269550943e461712a0
tree946840bb88997129a7fe54b8c733bce552c289e1
parent898f0fa0b912ea765eae451fb4e07735c03bc365
Remove redundant not-NULL checks from GtkScrolledWindow

The scrollbars are created at construction time and there is no
way to set them to NULL so remove the unnecessary NULL checks.

https://bugzilla.gnome.org/show_bug.cgi?id=525206
gtk/gtkscrolledwindow.c